/* Large desktop */
@media (min-width: 1200px) { 
.container {width:100%; max-width:1300px;}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) { 
.ImageLogo {text-align:center; background:#fff;}
.container {width:92%;}
body.Default .BlogRoll {text-align:center;}
footer {text-align:center;}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
.ImageLogo {text-align:center; background:#fff;}
.ImageLogo img {border:none;}
body.Default .BlogRoll {text-align:center;}
footer {text-align:center;}
.navbar-header-leftcol {margin-top:30px;}
}

/* Landscape phones and down */
@media (max-width: 480px) { 


}